
.cta-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}


.cta-link {
    text-decoration: none;
    display: block;
}


.cta-section {
 background: linear-gradient(135deg, #556B2F 50%, #FDBE34 100%);
color: white;
text-align: center;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease-in-out;
overflow: hidden;
}

.cta-section:hover {
    transform: translateY(-5px);
}


.cta-section img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}


.cta-content {
    padding: 15px;
}

.cta-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.cta-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 10px 0;
    opacity: 0.7;
}


.cta-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #f8f8f8;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
}
.cta-button-container {
    text-align: center;
    margin-top: 10px;
}

.cta-button {
    display: inline-block;
    background: #ffcc00;
    color: #333;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
    cursor: pointer;
}

.cta-button:hover {
    background: #ffdb4d;
}


@media (max-width: 768px) {
    .cta-container {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 500px) {
    .cta-container {
        grid-template-columns: 1fr;
    }
}


    .container {
      width: 100%;
      max-width: 1200px;
      margin: auto;
      padding: 20px;
    }

    .row1 {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
      align-items: flex-start;
      flex-wrap: nowrap; 
    }

    .left-box {
      width: 75%;
      background-color: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      font-size: 18px;
      line-height: 1.8;
      color: #333;
    }
    .left-box p{
      margin-bottom: 5%;
    }
    .vedio-box {
      border-top: #333 1px solid ;
      position: relative;
      width: 100%;
      padding-top: 56.25%; 
      overflow: hidden;
    }

    .vedio-box video{  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
      
    }

    .right-box {
      height: 695px;
      align-content: center;
      width: 25%;
      background-color: #556B2F;
      color: white;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .right-box h2 {
      margin: 0;
      font-size: 22px;
    }

      .cover-section {
      position: relative;
      width: 100%;
      height: 400px;
      background-image: url('../../IMG/loogoo.png');
      background-size: cover;
      background-position: center;
      margin-top: 30px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .cover-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(50, 50, 50, 0.6);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: rgb(255, 255, 255);
      text-align: center;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .cover-overlay h1 {
      font-size: 36px;
      margin-bottom: 15px;
    }

    .cover-overlay button {
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      background-color: #556B2F;
      color: white;
      cursor: pointer;
      transition: background 0.3s;
    }

    .cover-overlay button:hover {
      background-color: #388E3C;
    }

   
    @media (max-width: 768px) {
      .row1 {
        flex-direction: column;
      }

      .left-box, .right-box {
        width: 100%;
      }

      .right-box{
        height: fit-content;
        align-items: center;
      }

      .cover-section {
        height: 250px;
      }

      .cover-overlay h1 {
        font-size: 24px;
      }
    }

/* goals-carousel */
.goals-carousel-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  /* background: linear-gradient(135deg, #556B2F 0%, #A1865E 50%, #FDBE34 100%); */
background-color: #556B2F;
  border-radius: 12px;
  max-width: 100%;
  box-sizing: border-box;
}

.carousel-frame {
  max-width: 1100px;
  width: 100%;
  position: relative;
}

.carousel-frame i {
  top: 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 10;
}
.carousel-frame i:active {
  transform: translateY(-50%) scale(0.85);
}
#scroll-left {
  left: -10px;
}
#scroll-right {
  right: -10px;
}

.goals-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 0;
}
.goals-slider::-webkit-scrollbar {
  display: none;
}
.goals-slider.no-transition {
  scroll-behavior: auto;
}
.goals-slider.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.goals-slider.dragging .goal-card {
  cursor: grab;
  user-select: none;
}
.goals-slider :where(.goal-card, .goal-image) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.goal-card {
  scroll-snap-align: start;
  height: 340px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding: 15px 10px;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.goal-image {
  background: #8B53FF;
  height: 140px;
  width: 140px;
  border-radius: 50%;
}
.goal-card .goal-image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.goal-card h2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 20px 0 5px;
  text-align: center;
}
.goal-card span {
  color: #6A6D78;
  font-size: 1.1rem;
  text-align: center;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .goals-carousel-section .carousel-frame .goals-slider {
    grid-auto-columns: calc((100% / 2) - 10px);
  }
}
@media screen and (max-width: 768px) {
  .goals-carousel-section .carousel-frame .goals-slider {
    grid-auto-columns: 100%;
  }

  .goals-carousel-section .carousel-frame i {
    height: 40px;
    width: 40px;
    font-size: 1rem;
    line-height: 40px;
  }

  .goals-carousel-section .goals-slider .goal-card {
    height: auto;
    padding: 20px 10px;
  }

  .goals-carousel-section .goal-card h2 {
    font-size: 1.4rem;
    margin: 20px 0 5px;
  }

  .goals-carousel-section .goal-card span {
    font-size: 1.1rem;
  }

  .goals-carousel-section .goal-image img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 320px) {
  .goals-carousel-section .carousel-frame i {
    display: none;
  }

  .goals-carousel-section .carousel-frame .goals-slider {
    grid-auto-columns: 100%;
    gap: 12px;
  }

  .goals-carousel-section .goal-card h2 {
    font-size: 1.2rem;
  }

  .goals-carousel-section .goal-card span {
    font-size: 1rem;
  }

  .goals-carousel-section .goal-image img {
    width: 100px;
    height: 100px;
  }
}
/* goals-carousel */

/* goals */
.title-server {
  text-align: center;
  background: #f9f9f9;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 40px auto;
  box-sizing: border-box;
}

.title-server h2 {
  color: #556B2F;
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.title-server h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #556B2F;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.title-server p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-top: 10px;
  padding: 0 10px;
}

@media (max-width: 600px) {
  .title-server {
    padding: 30px 15px;
  }

  .title-server h2 {
    font-size: 24px;
  }

  .title-server p {
    font-size: 16px;
  }
}

.contact-section {
  background: linear-gradient(135deg, #556b2f74, #4b5f294d);
  padding: 60px 20px;
  text-align: center;
  border-top: 4px solid #556B2F;
}

.cta-title {
  font-size: 2.2rem;
  color: #2b7a2b;
  margin-bottom: 10px;
}

.cta-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 50%;
  margin: auto;
}

.contact-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  width: 300px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.contact-box i {
  font-size: 30px;
  color: #556B2F;
  margin-bottom: 15px;
}

.contact-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.contact-box p {
  font-size: 1rem;
  color: #666;
}


@media (max-width: 768px) {
  .contact-box {
    width: 90%;
  }
}

/* map */
.map-container {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
  border: 3px solid #556B2F;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 600px) {
  .map-container iframe {
    height: 300px;
  }
}